chore: sync with upstream pingdotgg/t3code main - #14
Conversation
pingdotgg#5756) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…gdotgg#5757) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…dotgg#5767) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…otgg#5768) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…tgg#5772) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…pingdotgg#5774) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ep (pingdotgg#5776) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…data (pingdotgg#5773) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…g#5777) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…server (pingdotgg#5788) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
pingdotgg#5782) Co-authored-by: tsouth89 <tsouth89@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…stalled providers are found (pingdotgg#5074) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…thread (pingdotgg#5901) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…gdotgg#5887) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
…g#4197) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com>
…gdotgg#5989) Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: codex <codex@users.noreply.github.com>
…7081) Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: maria <maria@kuuro.net>
pingdotgg#7132) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…#6392) Co-authored-by: Shivam Sharma <91240327+shivamhwp@users.noreply.github.com>
Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
…ingdotgg#7082) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Merge upstream/main into the fork, resolving conflicts in favor of upstream's shape while preserving divergence 0003 (native subagent threads). Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
…d it shipped with Upstream's shared chain has grown past the ids the legacy realignment shifts into, so seeding the simulation from the modern chain collided with rows that now legitimately exist. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
PR SummaryLow Risk Overview
GitHub intake removes the feature-request issue template, disables blank issues, routes ideas to Discussions via Reviewed by Cursor Bugbot for commit 976fd56. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Important Review skippedToo many files! This PR contains 1224 files, which is 1124 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (20)
📒 Files selected for processing (1224)
You can disable this status message by setting the |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 976fd56. Configure here.
| # shell, so the deep link's `?`/`&` must be quoted once more for that shell. | ||
| adb -s "$device_id" shell \ | ||
| "am start -W -a android.intent.action.VIEW -d '$deep_link' com.t3tools.t3code.dev" \ | ||
| >/dev/null |
There was a problem hiding this comment.
Android pairing ignores custom scheme
Low Severity
The optional fifth argument changes only the deep-link url_scheme, but the Android am start target stays hardcoded to com.t3tools.t3code.dev. Preview and production schemes map to different packages in app.config.ts, so a non-dev scheme opens the wrong app (or fails) while iOS can still resolve by scheme alone.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 976fd56. Configure here.


ThreadBootstrapServicerouting instead of upstream's re-added inline bootstrap dispatch, because the service already covers that path as a superset, and ported upstream's origin-remote fallback into it so repos without anoriginremote still bootstrap.tools/calltime and satisfying them higher up only type-checks. Upstream's pull request API, shared service instance, and command readiness gate were adopted on top of it.